-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Misc CSS fixes #35888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Misc CSS fixes #35888
+27
−19
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
silverwind
commented
Nov 6, 2025
Signed-off-by: silverwind <[email protected]>
delvh
approved these changes
Nov 6, 2025
wxiaoguang
reviewed
Nov 7, 2025
wxiaoguang
reviewed
Nov 7, 2025
Co-authored-by: wxiaoguang <[email protected]> Signed-off-by: silverwind <[email protected]>
Member
Author
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
This damn history is so finicky, thanks for catching. |
Contributor
Because there are so many hacky patches, unclear names, style conflicts. |
Member
Author
Contributor
Interesting, the regressions are all related to that problematic "line-height" 🤣 |
wxiaoguang
reviewed
Nov 7, 2025
wxiaoguang
reviewed
Nov 7, 2025
wxiaoguang
reviewed
Nov 7, 2025
wxiaoguang
reviewed
Nov 7, 2025
This was referenced Nov 10, 2025
Member
Author
|
All comments are addressed. |
wxiaoguang
approved these changes
Nov 19, 2025
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this pull request
Nov 19, 2025
Fixes: go-gitea#35913 Fixes: go-gitea#35942 Contains a number of minor CSS fixes. --------- Signed-off-by: silverwind <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Nov 19, 2025
* giteaofficial/main: Misc CSS fixes (go-gitea#35888) Make composer registry support tar.gz and tar.bz2 and fix bugs (go-gitea#35958) Change project default column icon to 'star' (go-gitea#35967)
silverwind
added a commit
that referenced
this pull request
Nov 19, 2025
Backport #35888 by @silverwind Fixes: #35913 Fixes: #35942 Contains a number of minor CSS fixes. Fix missing border on targeted speech bubble <img width="158" height="90" alt="Screenshot 2025-11-06 at 22 43 31" src="https://github.com/user-attachments/assets/94696191-353a-4782-a998-2a3d5552ab71" /> Add padding to inline comments, slightly more padding around emoji button <img width="823" height="301" alt="Screenshot 2025-11-06 at 22 38 39" src="https://github.com/user-attachments/assets/3ed8f113-13d2-4fad-9d12-81a670540e0b" /> Center text on header in code search results <img width="1328" height="295" alt="Screenshot 2025-11-06 at 22 08 01" src="https://github.com/user-attachments/assets/41e3d279-8504-4435-9347-e9b969cdfaa2" /> Tweak emoji selector, reducing font size primarily <img width="251" height="219" alt="Screenshot 2025-11-06 at 22 29 46" src="https://github.com/user-attachments/assets/e892646e-129f-44fd-8333-7a8e14863f03" /> Minor tweaks to repo sidebar, reduce font size by 1px, center "Release" text with label. <img width="390" height="586" alt="image" src="https://github.com/user-attachments/assets/397dc36b-11e6-42df-bcdf-e97f4280a90e" /> Fix issue comment buttons being misaligned on mobile <img width="757" height="160" alt="Screenshot 2025-11-06 at 22 50 19" src="https://github.com/user-attachments/assets/1609d104-1bfe-4913-bfa0-6f4739716d61" /> Add highlight to actions re-run icon <img width="116" height="106" alt="Screenshot 2025-11-06 at 23 04 30" src="https://github.com/user-attachments/assets/0daed0ac-ef59-432a-b534-b4256d38393b" /> Fix actions re-run button overflow <img width="214" height="125" alt="image" src="https://github.com/user-attachments/assets/d5c79ce6-ad31-4c06-a411-d79eefb72d02" /> Signed-off-by: silverwind <[email protected]> Co-authored-by: silverwind <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/done
All backports for this PR have been created
backport/v1.25
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
modifies/frontend
modifies/templates
This PR modifies the template files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Fixes: #35913
Fixes: #35942
Contains a number of minor CSS fixes.
Fix missing border on targeted speech bubble

Add padding to inline comments, slightly more padding around emoji button

Center text on header in code search results

Tweak emoji selector, reducing font size primarily

Minor tweaks to repo sidebar, reduce font size by 1px, center "Release" text with label.

Fix issue comment buttons being misaligned on mobile

Add highlight to actions re-run icon

Fix actions re-run button overflow
